mmc: tangier: Add Intel Tangier eMMC/SDHCI driver
authorFelipe Balbi <[email protected]>
Mon, 20 Feb 2017 11:24:14 +0000 (14:24 +0300)
committerStefan Roese <[email protected]>
Wed, 29 Mar 2017 05:38:06 +0000 (07:38 +0200)
commitaff32df522e5b1a7e4391fd00ffe14a3f107fcd3
treeffbb2f271fd89a3e150405fd5162a3a92e190090
parentac9c4912c07e0aba1f8b1c993f2fc8051a34fea2
mmc: tangier: Add Intel Tangier eMMC/SDHCI driver

This patch adds Intel Tangier eMMC/SDHCI driver.

Intel Tangier SoC contains a hybrid of PCI and non-PCI devices. SDHCI
controller is one of the devices which are *not* on a PCI and, hence,
cannot be enumerated by standard PCI means. This driver, allows for
SDHCI controller on Tangier SoC to work in U-Boot.

Signed-off-by: Vincent Tinelli <[email protected]>
Signed-off-by: Felipe Balbi <[email protected]>
Signed-off-by: Andy Shevchenko <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
drivers/mmc/Kconfig
drivers/mmc/Makefile
drivers/mmc/tangier_sdhci.c [new file with mode: 0644]